home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / docs / help / adosguide.lha / ADOSguide / ADOS commands / LAB < prev    next >
Encoding:
Text File  |  1999-05-16  |  579 b   |  25 lines

  1.                          --AMIGADOS GUIDE V2.6--
  2.                                    LAB         
  3.  
  4.  
  5.    USE:
  6.    LAB is short for Label and is part of the script languages Skip...LAB...
  7.    Endskip construct.  It defines a label where the skip is to jump to.
  8.  
  9.    PATH:
  10.    Internal
  11.  
  12.    SYSTEM:
  13.    2.0 (enhanced), 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    SKIP BOB (start skip process)
  17.    ---      (misses command here)
  18.    LAB BOB  (skip jumps to this point)
  19.  
  20.    NOTES:
  21.    LAB can only be used within a script file.
  22.  
  23.    It is advisable not to use spaces or any weird characters when using a
  24.    label.
  25.